home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
frame_1989
/
DoAction.as
Wrap
Text File
|
2001-11-12
|
179b
|
9 lines
if(_root.draglej == 0)
{
_root.kuse._x = _root._xmouse;
_root.kuse._y = _root._ymouse;
_root.kuse._visible = true;
Mouse.hide();
startDrag(_root.kuse,0);
}